OpenRoads Designer CONNECT Edition SDK Help

Stationing Class

Defines and implements properties and methods for all the stationings

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public class Stationing : IEnumerable, IDisposable

Constructors

Stationing() Initializes a new instance of the Stationing class
Stationing(Double) Constructors
Stationing(Double, Boolean) Constructs a stationing

Properties

Count Gets number of regions

Methods

Add(Double, Double) Adds a station equation to the station region list
Add(Double, Double, String) Adds a station equation with name to the station region list
Dispose() Releases all resources used by the Stationing
Dispose(Boolean) Releases the unmanaged resources used by the Stationing and optionally releases the managed resources
Finalize (Overrides )
GetAbsIntervalStations Returns the stations that that are placed every k meters/feet along the stationing
GetAbsStationFromStationRegion Converts a station-region to the equivalent absolute station
GetAbsStationFromStationRegionFixRegion Gets absolute station from a station-region
GetEnumerator Gets enumerator
GetEvenAbsStations Returns the absolute stations that represent even station along the stationing
GetEvenAbsStationsNoRegions Returns the absolute stations that represent even station along the stationing regardless of the presence of station equations (also known as regions)
GetNativeElement  
GetRegionIndexFromName Gets region index from region name
GetRegionNameFromIndex Gets region name from region index
GetRegionsContainingStation Gets the indices of the regions that contain a given station
GetRegionsLengthFromStartToAbsStation Gets the length from start of region to a station, used to service unit length station
GetRegionsStartingAbsoluteStation Gets the region’s starting “absolute” station, used to service unit length station
GetRegionsStartingStation Gets the region’s starting “external” station, used to service unit length station
GetRegionsStartingStationFromAbsStation Gets the regions starting “external” station for an absolute station, used to service unit length station
GetStationRegionFromAbsStation(Double) Converts an absolute station to the equivalent station,region
GetStationRegionFromAbsStation(Double, Double) Converts an absolute station to the equivalent station,region

See Also